Skip to content

Commit

Permalink
Try building in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Jul 6, 2023
1 parent c40fbf8 commit d29f543
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -6,6 +6,19 @@ permissions:
contents: read
checks: write
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: isbang/compose-action@v1.4.1
with:
compose-file: "./develop/buildkite/docker-compose.yml"
services: |
build
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit d29f543

Please sign in to comment.