Skip to content

Commit

Permalink
Test Docker image building on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Oct 21, 2020
1 parent 49a758d commit a7922d2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
brew bundle
cd TestApp && ../.build/debug/carton test
../.build/debug/carton bundle
bigsur-swift5_2:
runs-on: macos-11.0

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
brew bundle
cd TestApp && ../.build/debug/carton test
../.build/debug/carton bundle
ubuntu18_04-swift5_3:
runs-on: ubuntu-18.04

Expand Down Expand Up @@ -90,3 +90,12 @@ jobs:
source /home/runner/.wasmer/wasmer.sh
cd TestApp && ../.build/debug/carton test
../.build/debug/carton bundle
docker_image:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- name: Build a Docker image on Ubuntu 20.04
run: docker build . -t gchr.io/swiftwasm/swiftwasm-action:latest

0 comments on commit a7922d2

Please sign in to comment.