Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

whoops meant to specify bash #28

whoops meant to specify bash

whoops meant to specify bash #28

Workflow file for this run

name: Test GM Tutorial
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run GM tutorial in docker-compose
uses: isbang/[email protected]
with:
compose-file: "./gmbuilder-docker-compose.yml"
up-flags: "--build"
- name: Test the GM tutorial
run: ./gm-tester.sh