Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvia committed Jan 12, 2024
1 parent 6d91026 commit f627edf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
branches: [ main ]

jobs:
build:
test:
runs-on: ubuntu-latest
fail-fast: false
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f627edf

Please sign in to comment.