Skip to content

Run setup and build script before running tests #3

Run setup and build script before running tests

Run setup and build script before running tests #3

name: Integration-Tests
on:
push:
branches:
- user/Jay/integration_test_workflow
pull_request:
workflow_dispatch:
jobs:
integration-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout workspace
uses: actions/checkout@v4
- name: Run integration tests
uses: ./.github/actions/
with:
script: './scripts/run-integration-tests'
run-website: 'true'