Skip to content

Commit

Permalink
ci: 👷 fix hopefully inputs for e2e-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfSoko committed Nov 19, 2024
1 parent e363fd7 commit 86cbb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# if: github.event_name == 'pull_request'

- run: npx nx-cloud record -- nx format:check
- run: npx nx affected -t=\"lint,test,build,component-test,e2e-ci\" -c=ci
- run: npx nx affected -t="lint,test,build,component-test,e2e-ci" -c="ci"
- run: npx nx-cloud stop-all-agents
if: ${{ always() }}
- name: Report Codecov
Expand Down

0 comments on commit 86cbb3b

Please sign in to comment.