Skip to content

Commit

Permalink
Run ci before publishing gem
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 28, 2024
1 parent f91aacf commit 0d69d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
type: string

jobs:
test:
uses: ./.github/workflows/ci.yml

push:
needs: test
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 0d69d1b

Please sign in to comment.