Skip to content

add ci test

add ci test #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
environment: 052106112
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: go test
env:
JWCH_USERNAME: ${{ secrets.SCHOOL_ID }}
JWCH_PASSWORD: ${{ secrets.PASSWORD }}