Skip to content

Commit

Permalink
fix: remove testing matrix/strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Dec 1, 2024
1 parent 58f9b48 commit f3b97b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip-ci')"
runs-on: ubuntu-latest
# strategy:
# matrix:
# os: [ubuntu-latest, macos-latest]
# node-version: [22.x]

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [22.x]

runs-on: ${{ matrix.os }}
# runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit f3b97b6

Please sign in to comment.