Skip to content

feat: PAN-1832 transfer tests #10

feat: PAN-1832 transfer tests

feat: PAN-1832 transfer tests #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_call:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run Tests
uses: "${{ github.repository_owner }}/.github/actions/run-tests@${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }}"

Check failure on line 15 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 15, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.repository_owner