Skip to content

Commit

Permalink
test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiroaoki committed Jun 1, 2022
1 parent de2065f commit cc9d1ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ jobs:
- run: yarn test
env:
ALCHEMY_POLYGON_RPC_URL: ${{ secrets.ALCHEMY_POLYGON_RPC_URL }}

docker:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Docker Build
run: |
docker build .

0 comments on commit cc9d1ec

Please sign in to comment.