Skip to content

Commit

Permalink
CI docker build WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopereira12 committed Jul 10, 2024
1 parent 8d7b97f commit 0403d60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ jobs:
cd ../../examples/canvas
yarn install --frozen-lockfile
yarn build
build-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
docker-compose build

0 comments on commit 0403d60

Please sign in to comment.