Skip to content

action on commit for testing #4

action on commit for testing

action on commit for testing #4

Workflow file for this run

name: 'bootstrap-test'

Check failure on line 1 in .github/workflows/bootstrap-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bootstrap-test.yml

Invalid workflow file

`commit` is not a valid event name
description: 'tests the bootstrap script correctly installed and configured programs as required'
on:
pull_request:
branches: ['main']
commit:
branches: ['docker-test']
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build docker images
run: docker build -t bootstrap-script-test < .devcontainer/Dockerfile
- name: Run tests
run: docker run bootstrap-script-test