Skip to content

Commit

Permalink
Enhancement (ci): Use matrix for test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 2, 2023
1 parent 643f317 commit 0f39f1b
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 0f39f1b

Please sign in to comment.