Jack Back f9f511ebf4
All checks were successful
link / Link assets on Linux (push) Successful in 7s
balls
2024-03-26 17:37:23 +01:00

27 lines
614 B
YAML

name: link
on: [push]
jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false
- name: Test Docker
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
./test.sh