Skip to content

Commit

Permalink
test: simplify testing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Aug 10, 2022
1 parent e750f34 commit 2db0d02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/matrix.json

This file was deleted.

4 changes: 4 additions & 0 deletions .github/test-matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"os": ["ubuntu-latest"],
"node-version": [14, 16, 18]
}
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: parse
run: echo "::set-output name=matrix::$(jq -c . < .github/matrix.json)"
run: echo "::set-output name=matrix::$(jq -c . < .github/test-matrix.json)"

test-run:
needs:
Expand Down

0 comments on commit 2db0d02

Please sign in to comment.