Skip to content

Commit

Permalink
Set up Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Sep 27, 2024
1 parent ee0245c commit 4d847a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: mise run build-linux
test:
Expand All @@ -46,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Test
run: mise run test-linux

Expand Down

0 comments on commit 4d847a4

Please sign in to comment.