-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #764 from CSCfi/develop
release v0.13.0
- Loading branch information
Showing
215 changed files
with
26,765 additions
and
14,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**/*.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node: ["14"] | ||
node: ["16"] | ||
browser: ["firefox", "chrome"] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Build Frontend | ||
run: | | ||
sudo npm install -g [email protected] | ||
npx --quiet pinst --disable | ||
npm install --production | ||
npm run build --production | ||
|
@@ -26,7 +25,7 @@ jobs: | |
echo "VERSION=develop" >> $GITHUB_ENV | ||
fi | ||
- name: Clone backend | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: 'CSCfi/metadata-submitter' | ||
ref: ${{ env.VERSION }} | ||
|
@@ -35,7 +34,7 @@ jobs: | |
run: | | ||
mkdir -p metadata-submitter/metadata_backend/frontend | ||
cp -r build/* metadata-submitter/metadata_backend/frontend/ | ||
docker-compose -f metadata-submitter/docker-compose.yml up -d --build | ||
docker-compose -f metadata-submitter/docker-compose.yml --env-file metadata-submitter/.env.example up -d --build | ||
sleep 30 | ||
- uses: cypress-io/github-action@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run concurrently -- "npm:lint:check" "npm:format:check" "npm:flow:check" "npm:test:noninteractive" | ||
npm run concurrently -- "npm:lint:check" "npm:format:check" "npm:tsc" "npm:test:noninteractive" |
Oops, something went wrong.