Skip to content

Commit

Permalink
Merge pull request #55 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 1.10.5
  • Loading branch information
briskt authored Feb 22, 2024
2 parents 34420bf + a12840e commit 4040e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
unit-tests:
tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
Expand All @@ -19,7 +19,7 @@ jobs:

build-and-publish:
name: Build and Publish
needs: [unit-tests,api-tests,psr2-check]
needs: tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 4040e90

Please sign in to comment.