Skip to content

Commit

Permalink
More updates to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 14, 2024
1 parent 7667e35 commit 1eaaf8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
types: [created]

jobs:
test:
name: Test
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -18,6 +19,7 @@ jobs:

publish:
name: Publish
runs-on: ubuntu-latest
needs: test
environment: global
steps:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Run Tests

on:
push:
Expand All @@ -8,8 +8,9 @@ on:
types: [opened, synchronize]

jobs:
test:
name: Test
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 1eaaf8e

Please sign in to comment.