Skip to content

chore: autopublish 2024-07-17T12:22:55Z #187

chore: autopublish 2024-07-17T12:22:55Z

chore: autopublish 2024-07-17T12:22:55Z #187

Workflow file for this run

name: test-gh
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-all:
name: Test GH
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install ytt
uses: carvel-dev/setup-action@v1
with:
only: ytt
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: |
./hack/test-all.sh