Skip to content

Error

Error #3

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "::error title=Hello::Hello, world!"
- name: Run tests
run: ./tests.sh