Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cstub committed Jan 14, 2025
1 parent 9c8ef32 commit fd10a77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]

jobs:
quality-check:
code-quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Tests

on:
push: {}
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Package Installation Tests

on:
push:
branches: [ main ]
push: {}
pull_request:
branches: [ main ]

jobs:
build:
package-build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -41,8 +40,8 @@ jobs:
path: dist/
retention-days: 1

test-package:
needs: build
package-test:
needs: package-build

strategy:
fail-fast: false
Expand Down

0 comments on commit fd10a77

Please sign in to comment.