Skip to content

Argo Translation PR498 GITHUB-5162: Add a root category for Bundles #1545

Argo Translation PR498 GITHUB-5162: Add a root category for Bundles

Argo Translation PR498 GITHUB-5162: Add a root category for Bundles #1545

Workflow file for this run

name: Verify output and test
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened, target]
jobs:
test:
strategy:
fail-fast: true
matrix:
test: [test_unit, test_integration, vet_schema]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: cue-lang/[email protected]
with:
version: 'v0.7.0'
- run: VERBOSE=1 make --file=Makefile ${{ matrix.test }}