Skip to content

feat: add test step #35

feat: add test step

feat: add test step #35

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
name: Run Tests
runs-on: [self-hosted,linux]
permissions:
id-token: write
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Call baseproject GHA
id: run
uses: ./
with:
project_name: github-actions-baseproject-tests
gke_auth: true
- name: List GKE Clusters
run: gcloud container clusters list
- name: Create ConfigMap
run: kubectl create configmap test-runner-${{ github.run_id }}-${{ github.run_number }} --from-literal=key1=value1 --from-literal=key2=value2 --from-literal=foo=bar