Skip to content

Add -image option to override defaut OCI Image #1374

Add -image option to override defaut OCI Image

Add -image option to override defaut OCI Image #1374

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install bats
shell: bash
run: |
sudo apt-get update
sudo apt-get install bats bash codespell python3-argcomplete
make install-requirements
- name: run test
run: |
make validate
make bats
macos:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: install golang
shell: bash
run: |
brew install go bats bash jq
make install-requirements
- name: Run a one-line script
shell: bash
run: |
make install-requirements
make validate
pipx install .
make bats-nocontainer
# FIXME: ci script should be able to run on MAC.
# - name: Run ci
# shell: bash
# run: make ci