Skip to content

Commit

Permalink
Improved workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kboshold committed Jul 31, 2024
1 parent 99dff7a commit e864493
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test-autogenerated:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
features:
Expand All @@ -30,7 +29,6 @@ jobs:

test-scenarios:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
features:
Expand All @@ -46,7 +44,6 @@ jobs:

test-global:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e864493

Please sign in to comment.