Skip to content

Delete .github/workflows/verify-tests #13

Delete .github/workflows/verify-tests

Delete .github/workflows/verify-tests #13

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: clone code into actions
uses: actions/checkout@v2
- name: build Docker image
run: docker build -t lukehaz/latest-d-image .
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: run tests
uses: liatrio/github-actions/apprentice-action@master