Skip to content

Add GitHub Actions

Add GitHub Actions #1

Workflow file for this run

name: 'K8: Test'
on:
pull_request:
types: [opened, synchronize, reopened]
# Special permissions required for OIDC authentication
permissions:
id-token: write
contents: read
actions: read
jobs:
call-k8-test:
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_test.yml@dev

Check failure on line 16 in .github/workflows/k8s_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/k8s_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/k8s_test.yml" -> "code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_test.yml@dev" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
test_cmd: 'pytest'