Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrettgaither committed Apr 18, 2024
2 parents 8ce7ab0 + 1ab46cd commit abccd2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build Image
run: docker build -t jarrettgaither/liatriowebapp .

- name: Run Container
run: docker run -d -p 80:80 --name container1 jarrettgaither/liatriowebapp

- name: run tests
uses: liatrio/github-actions/apprentice-action@master

- name: Stop Container
run: docker stop container1

0 comments on commit abccd2c

Please sign in to comment.