Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Detective payload matching #197

Detective payload matching

Detective payload matching #197

Workflow file for this run

on: pull_request
name: Pull Request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '~1.18'
- uses: actions/checkout@v2
- name: Start up dependencies
run: docker-compose -f docker-compose.dev.yaml up -d redis
- name: Wait for dependencies to start up
uses: jakejarvis/wait-action@master
with:
time: '30s'
- name: Test
run: sudo make test