Skip to content

Commit

Permalink
ci: rename step
Browse files Browse the repository at this point in the history
Signed-off-by: Ferran Buireu <fbuireu@gmail.com>
  • Loading branch information
fbuireu authored Feb 2, 2025
1 parent 4d99f47 commit d8a4b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-2-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
E2E_URL: ${{ github.event_name == 'workflow_dispatch' && vars.E2E_PRODUCTION_URL || vars.E2E_SELF_HOSTED_URL }}
E2E_COMMAND: ${{ github.event_name == 'workflow_dispatch' && 'yarn test:e2e' || 'yarn test:e2e:changed' }}
jobs:
e2e-tests:
end-to-end-tests:
name: Run E2E tests
timeout-minutes: 60
runs-on: ubuntu-latest
Expand Down

0 comments on commit d8a4b32

Please sign in to comment.