Skip to content

Commit

Permalink
fix naming of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jun 30, 2024
1 parent dcc25db commit 6aa4053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: yarn nx run-many --target=test/components/ci --parallel --verbose --projects=tag:linux

e2e_tests_linux:
name: Verify PR - Component Tests (Linux)
name: Verify PR - e2e Tests (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: yarn nx affected --base=origin/main --head=HEAD --target=test/components/ci --verbose --exclude='*,!tag:linux'

e2e_tests_linux:
name: Verify PR - Component Tests (Linux)
name: Verify PR - e2e Tests (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6aa4053

Please sign in to comment.