Skip to content

fix(subcmds/saas): remove timestamped directory in results-dir #2629

fix(subcmds/saas): remove timestamped directory in results-dir

fix(subcmds/saas): remove timestamped directory in results-dir #2629

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version-file: go.mod
- name: Test
run: make test