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

samos123 triggered system tests #151

samos123 triggered system tests

samos123 triggered system tests #151

Workflow file for this run

name: System tests
run-name: ${{ github.actor }} triggered system tests
on:
push:
branches:
# Must run after docker images are built and pushed.
# Should run before a release.
- main
workflow_run:
workflows: [Docker pipeline]
types:
- completed
jobs:
system-tests:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- run: make test-system