Skip to content

Commit

Permalink
ci: 🎨 rename job/step
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Nov 12, 2023
1 parent ec12547 commit 2b08060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
tests:
uses: ./.github/workflows/test.yml
uses: ./.github/workflows/nupm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defaults:
run:
shell: nu {0}
jobs:
tests:
nupm-tests:
timeout-minutes: ${{ inputs.timeout }}
strategy:
fail-fast: true
Expand Down

0 comments on commit 2b08060

Please sign in to comment.