Skip to content

Disable list of commands from playground repositories #897 - Commands Blacklisted #72

Disable list of commands from playground repositories #897 - Commands Blacklisted

Disable list of commands from playground repositories #897 - Commands Blacklisted #72

Workflow file for this run

name: playground-mono-test-suite
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: Install dependencies
run: go get .
- name: Build
run: make build
- name: Run Unit tests
run: make unittest
# - name: Run Integration tests
# run: make test