Skip to content

Fix arch version for installer in cookbook (#355) #360

Fix arch version for installer in cookbook (#355)

Fix arch version for installer in cookbook (#355) #360

Workflow file for this run

---
name: integration-tests
on:
push: {}
# branches: [main,next,next2next]
pull_request: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Integration Test
uses: dagger/dagger-for-github@v7
with:
workdir: ci
verb: call
args: -s --name slurm-test build-images new-interlink test stdout
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.15.1"