Skip to content

Commit

Permalink
Github CI workflow fix (#9137)
Browse files Browse the repository at this point in the history
  • Loading branch information
BOHEUS authored Dec 19, 2024
1 parent 1d62703 commit 811002d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-demo-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI demo check
name: CI Demo check
on:
schedule:
- cron: '30 7,19 * * *'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -11,6 +12,9 @@ jobs:
test:
timeout-minutes: 15
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/twenty-e2e-testing
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -27,7 +31,7 @@ jobs:

- name: Run Playwright tests
id: test
run: yarn playwright test --grep @demo-only
run: yarn playwright test --grep "@demo-only"

- name: Upload report after tests
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 811002d

Please sign in to comment.