Skip to content

Commit

Permalink
No more lockfiles, npm install it
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jun 29, 2022
1 parent bb3d2a3 commit 2cdebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dan_layer_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
command: build
args: --release --bin tari_validator_node -Z unstable-options
- name: npm ci
run: cd integration_tests && npm ci && cd node_modules/wallet-grpc-client && npm ci
run: cd integration_tests && npm ci && cd node_modules/wallet-grpc-client && npm install
- name: Run integration tests
run: cd integration_tests && mkdir -p cucumber_output && node_modules/.bin/cucumber-js --profile "non-critical" --tags "@dan and not @broken" --format json:cucumber_output/tests.cucumber --exit --retry 2 --retry-tag-filter "@flaky and not @broken"
- name: Generate report
Expand Down

0 comments on commit 2cdebac

Please sign in to comment.