Skip to content

feat(test_framework): workflow scripts #6

feat(test_framework): workflow scripts

feat(test_framework): workflow scripts #6

Workflow file for this run

name: Run Tests
on: [ push ]
jobs:
upload-event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload Event File
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Tests
run: docker-compose -f tools/headless_testing/docker-compose.yml up
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
with:
name: Test Results
path: |
tools/headless_testing/testlog/results.json