Skip to content

Ideas about smoke tests #3

Ideas about smoke tests

Ideas about smoke tests #3

Workflow file for this run

name: e2e smoke tests with spread
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
run-spread-tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
check-latest: true

Check failure on line 17 in .github/workflows/spread_test.yaml

View workflow run for this annotation

GitHub Actions / e2e smoke tests with spread

Invalid workflow file

The workflow is not valid. .github/workflows/spread_test.yaml (Line: 17, Col: 9): Unexpected value 'check-latest'
- name: Install spread
run: |
go install github.com/snapcore/spread/cmd/spread@latest
- name: Run tests
run: |
spread github-ci: