Skip to content

Commit

Permalink
ci: fix post release job
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Sep 22, 2022
1 parent 6ced99d commit da8e9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: install
run: npm install -g log4brains@$(cat lerna.json | jq -r .version)
run: npm install -g log4brains

- name: test # TODO: test the preview add some assertions :-) For now we just check the exit codes. Or manage to run e2e-tests/e2e-launcher.js from here
run: |
Expand Down

0 comments on commit da8e9a1

Please sign in to comment.