Skip to content

Commit

Permalink
Merge pull request #137 from brandongallagher1999/dockerfile
Browse files Browse the repository at this point in the history
Fixed CI file for checking out code.
  • Loading branch information
brandongallagher1999 authored Feb 3, 2022
2 parents bdf6ea0 + 624ac5a commit a2445a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout [branch]

- name: Build Dockerfile
run: docker-compose build

Expand Down

0 comments on commit a2445a5

Please sign in to comment.