Skip to content

Commit

Permalink
chore: ci rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Nov 14, 2024
1 parent 55e602a commit 23d854f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

jobs:
build-unix:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

jobs:
build-unix:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
coverageLocations: ${{ github.workspace }}/coverage/lcov.info:lcov

publish-npm:
needs: ['build-unix']
publish:
needs: ['build']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 23d854f

Please sign in to comment.