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

Commit c7f4d5e

Browse files
committed
ci(api): docker build tests
1 parent a913aea commit c7f4d5e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tests.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,22 @@ jobs:
8686
- name: 🧪 Test
8787
run: yarn api test
8888

89+
api-docker-build:
90+
environment: main - api
91+
runs-on: ubuntu-latest
92+
93+
steps:
94+
- name: 🚧 Checkout
95+
uses: actions/checkout@v4
96+
with:
97+
fetch-depth: 2
98+
99+
- name: 🏗️ Build
100+
run: >
101+
docker build -f ./api/Dockerfile .
102+
--build-arg TURBO_TOKEN=$TURBO_TOKEN
103+
--build-arg TURBO_TEAM=$TURBO_TEAM
104+
89105
api-ampli:
90106
runs-on: ubuntu-latest
91107
container:

0 commit comments

Comments
 (0)