Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Enable publishing of 5.10 probes (#72) #190

Enable publishing of 5.10 probes (#72)

Enable publishing of 5.10 probes (#72) #190

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./pleasew build -p -v2 //...
- run: ./pleasew test -p -v2 --detailed //...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}