Skip to content

Create generator-generic-ossf-slsa3-publish.yml #1

Create generator-generic-ossf-slsa3-publish.yml

Create generator-generic-ossf-slsa3-publish.yml #1

Workflow file for this run

name: unit-test
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Copy kubeconfig
run: |
mkdir ~/.kube
cp .github/workflows/assets/placeholder-kubeconfig.yaml ~/.kube/config
# Run the tests
- name: Run make test
run: make test