Skip to content

Commit

Permalink
chore: add nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mweberxyz committed Mar 15, 2024
1 parent e3ea2b6 commit 20c32ef
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Nightly tests

on:
- workflow_dispatch

jobs:
test:
strategy:
fail-fast: false
max-parallel: 0
matrix:
runs-on:
- ubuntu-latest
- windows-latest
- macos-latest
uses: ./.github/workflows/test.yml
with:
node-version: nightly
runs-on: ${{ matrix.runs-on }}
secrets: inherit

0 comments on commit 20c32ef

Please sign in to comment.