Skip to content

Commit

Permalink
remove PR trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
munderseth committed Sep 21, 2023
1 parent ba886d9 commit f0e8b5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
env:
DEBUG_ENABLED: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16, 18, 20]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -24,8 +22,8 @@ jobs:
with:
domain: ${{github.repository_owner}}
- run: npm install
- run: DEBUG_ENABLED=true npm run data || true
- run: DEBUG_ENABLED=true npm run datalog || true
- run: npm run data || true
- run: npm run datalog || true
- run: npm run test
- name: Push test result to Testspace
run: |
Expand Down

0 comments on commit f0e8b5f

Please sign in to comment.