Skip to content

Commit

Permalink
Merge pull request #10 from JoshuaC215/run-test-before-build
Browse files Browse the repository at this point in the history
Run test before build + deploy
  • Loading branch information
JoshuaC215 authored Aug 23, 2024
2 parents 2d3dd4f + bfbd6b0 commit 3e7dec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
workflow_dispatch:

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

build:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:

permissions:
contents: read
Expand Down

0 comments on commit 3e7dec0

Please sign in to comment.