Skip to content

send source and test file contents #79

send source and test file contents

send source and test file contents #79

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make setup
- run: make test
- run: make lint
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make setup
- run: make run-test-api-server &
- uses: ./
env:
ACTION_API_HOST: localhost:3000
with:
hexlet_token: 'some-token'