Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from AkihiroSuda/a
Browse files Browse the repository at this point in the history
Add GitHub Actions
  • Loading branch information
AkihiroSuda authored Apr 9, 2020
2 parents 216b125 + a97869a commit 910f837
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Main
on: [push, pull_request]
jobs:
test-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: DOCKER_BUILDKIT=1 docker build -t aind .
# TODO: capture screenshot and upload as an artifact

0 comments on commit 910f837

Please sign in to comment.