Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
ci(api): docker build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Jan 26, 2024
1 parent a913aea commit c7f4d5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,22 @@ jobs:
- name: 🧪 Test
run: yarn api test

api-docker-build:
environment: main - api
runs-on: ubuntu-latest

steps:
- name: 🚧 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: 🏗️ Build
run: >
docker build -f ./api/Dockerfile .
--build-arg TURBO_TOKEN=$TURBO_TOKEN
--build-arg TURBO_TEAM=$TURBO_TEAM
api-ampli:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit c7f4d5e

Please sign in to comment.