Skip to content

Commit

Permalink
Merge pull request #68 from startersclan/enhancement/ci-use-matrix-fo…
Browse files Browse the repository at this point in the history
…r-test-jobs

Enhancement (ci): Use matrix for test jobs
  • Loading branch information
leojonathanoh authored Nov 2, 2023
2 parents 51d4064 + 2b23621 commit 29a0927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:

jobs:
test:
strategy:
matrix:
testenv:
- dev
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 29a0927

Please sign in to comment.