Skip to content

Commit

Permalink
chore(ilc): update some major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-nc committed Sep 24, 2024
1 parent 03ba662 commit fbce6e3
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 1,146 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run server-side tests coverage
run: docker run --volume $(pwd)/artifacts/ilc/.test_output/server:/temporary namecheap/ilc_tmp:$SHA bash -c "npm run test:coverage && mv .nyc_output/* /temporary"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.branch.name }}-server-side-tests-artifacts
path: artifacts/ilc/.test_output/server/
Expand All @@ -80,7 +80,7 @@ jobs:
sudo sysctl -p
docker run --volume $(pwd)/artifacts/ilc/.test_output/client:/temporary ilc:tmp-test-client bash -c "npm run test:client -- --browsers ChromeHeadlessWithoutSecurity && mv .karma_output/* /temporary"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.branch.name }}-client-side-tests-artifacts
path: artifacts/ilc/.test_output/client/
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
namecheap/ilc_tmp:reg_$SHA
sh -c "npm run test:ci && mv .nyc_output/* /temporary"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.branch.name }}-${{ matrix.database.client }}-registry-tests-artifacts
path: artifacts/registry/.test_output/
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
DB_PASSWORD: pwd
DB_NAME: ilc

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: e2e-tests-artifacts
Expand Down
Loading

0 comments on commit fbce6e3

Please # to comment.