Skip to content

Commit

Permalink
chore: Name job after version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 5, 2023
1 parent 32e5b57 commit 665ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-against-nextjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test_against_nextjs_release:
name: Integration
name: ${{ inputs.version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit 665ba40

Please sign in to comment.