Skip to content

Upgrade docker image #909

Upgrade docker image

Upgrade docker image #909

Workflow file for this run

name: user-signup-api lint and test
on:
push:
branches:
- docker-image-update
pull_request:
branches:
- master
jobs:
# lint:
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v2
# - name: Run lint
# run: make lint
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test