Skip to content

workflows: fix artifact URL in test job #56

workflows: fix artifact URL in test job

workflows: fix artifact URL in test job #56

Workflow file for this run

name: Build on PR
on:
pull_request:
permissions:
checks: write # required by test reporting action
pull-requests: write # required by test reporting action
contents: read # github default
packages: read # github default
jobs:
event-file:
name: "Upload event file"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}
build-pr:
uses: ./.github/workflows/debos.yml
schema-check:
uses: ./.github/workflows/lava-schema-check.yml