mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-07-06 12:47:29 +00:00
Updates
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Nightly tests run
|
||||
on:
|
||||
schedule:
|
||||
- cron: '1 5 * * *'
|
||||
|
||||
|
||||
jobs:
|
||||
alltests:
|
||||
strategy:
|
||||
matrix:
|
||||
step: ['test:all']
|
||||
name: ${{ matrix.step }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
- name: ${{ matrix.step }}
|
||||
run: |
|
||||
yarn install --immutable
|
||||
yarn ${{ matrix.step }}
|
||||
Reference in New Issue
Block a user