Skip to content

Commit

Permalink
test(examples): docs-examples and test script draft
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 18, 2023
1 parent 99d42ff commit 4a299d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goth-examples.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Nightly Examples Tests

on:
schedule:
# run this workflow every day at 2:00 AM UTC
- cron: "0 3 * * *"
push:
branches:
- "test/JST-363/example-tests"

# Allows triggering the workflow manually
workflow_dispatch:
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.prepare-matrix-master-only.outputs.matrix-json) }}
fail-fast: false
name: Run integration tests (nightly) on ${{ matrix.branch }}
name: Run example tests (nightly) on ${{ matrix.branch }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4a299d6

Please sign in to comment.