Skip to content

Commit

Permalink
run tests before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 21, 2024
1 parent b3122e6 commit f1538ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

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

deploy:
name: deploy
needs: test
permissions:
id-token: write
environment: release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [devel, main, master, wip]
pull_request:
workflow_call:

env:
FORCE_COLOR: "3"
Expand Down

0 comments on commit f1538ca

Please sign in to comment.