Skip to content

Merge pull request #141 from otiai10/feature/symlink-exists-on-dest #190

Merge pull request #141 from otiai10/feature/symlink-exists-on-dest

Merge pull request #141 from otiai10/feature/symlink-exists-on-dest #190

Workflow file for this run

name: Docker Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
docker-test:
runs-on: ubuntu-latest
strategy:
matrix:
runtime:
- alpine
- archlinux
- centos
steps:
- name: checkout
uses: actions/checkout@v3
- name: ${{ matrix.runtime }}
shell: 'script -q -e -c "bash {0}"'
run: bash ./test/run --build --run ${{ matrix.runtime }}