Skip to content

Commit

Permalink
workflow: add tester gh action (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkrishnan authored Jun 30, 2021
1 parent 49b1f81 commit 1637171
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: tester
on: [push]
jobs:
test:
name: runner / gotest
runs-on: ubuntu-latest
container: ghcr.io/runatlantis/testing-env:805e94e7f648eddb0484e539a7b51410d39529bc
steps:
# user in image needs write access to do anything
- name: setup
run: sudo chmod -R 777 $GITHUB_WORKSPACE /github /__w/_temp
- uses: actions/checkout@v2
- run: make test-all

0 comments on commit 1637171

Please sign in to comment.