Skip to content

using a view and oci-password-variable #16

using a view and oci-password-variable

using a view and oci-password-variable #16

Workflow file for this run

name: Test the action
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
build-margo:
runs-on: ubuntu-22.04
name: Build the latest version of margo
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@main
with:
package-name: mochi-margo
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
- uses: mochi-hpc/mochi-test-build-action@main
with:
package-name: mochi-margo
package-version: '@main'
build-cache-token: ${{ secrets.GITHUB_TOKEN }}