Skip to content

Commit

Permalink
Create daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 22, 2023
1 parent 25f28d1 commit d18509e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Daily Rete QA Regression

on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'


jobs:
run-tests:
strategy:
fail-fast: false
max-parallel: 3
matrix:
include:
- stack: angular
version: 17
- stack: react
version: 18
- stack: vue
version: 3
- stack: svelte
version: 4
uses: ./.github/workflows/regression.yml
with:
name: ${{ matrix.stack }}
version: ${{ matrix.version }}

0 comments on commit d18509e

Please sign in to comment.