Skip to content

test: github action test #1

test: github action test

test: github action test #1

name: Integration
on: [pull_request]
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: eduNEXT/integration-test-in-tutor@mfmz/github-action
with:
tutor_version: ["<17.0.0", "<18.0.0"]

Check failure on line 13 in .github/workflows/integration-test.yml

View workflow run for this annotation

GitHub Actions / Integration

Invalid workflow file

The workflow is not valid. .github/workflows/integration-test.yml (Line: 13, Col: 26): A sequence was not expected
path: "eox-hooks"
shell_file_to_run: "eox_hooks/tests/integration.sh"