Skip to content

Set the terminal to integration test directory #5

Set the terminal to integration test directory

Set the terminal to integration test directory #5

name: Integration-Tests
on:
push:
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'