Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent ed5a2a4 commit 1124aae
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
include:
- name: Linux
os: ubuntu-latest
- name: macOS
os: macos-latest
- name: Windows
os: windows-latest
# - name: macOS
# os: macos-latest
# - name: Windows
# os: windows-latest
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,15 +31,14 @@ jobs:
brew install docker
colima start
# - run: docker build -t lean4monaco .
- name: Set up Docker
uses: docker/setup-buildx-action@v3
- name: Build server docker image
uses: docker/build-push-action@v6
with:
push: false
tags: lean4monaco:latest
- run: docker build -t lean4monaco .
# - name: Set up Docker
# uses: docker/setup-buildx-action@v3
# - name: Build server docker image
# uses: docker/build-push-action@v6
# with:
# push: false
# tags: lean4monaco:latest
# outputs: type=docker,dest=/tmp/lean4monaco.tar
# - name: Upload artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1124aae

Please sign in to comment.