Skip to content

build(deps): bump actions/checkout from 1 to 4 #92

build(deps): bump actions/checkout from 1 to 4

build(deps): bump actions/checkout from 1 to 4 #92

Workflow file for this run

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@v4
- run: make test-all