Skip to content

Update bump_hls_js.yml #17

Update bump_hls_js.yml

Update bump_hls_js.yml #17

Workflow file for this run

name: code_test

Check failure on line 1 in .github/workflows/code_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code_test.yml

Invalid workflow file

`worflow_dispatch` is not a valid event name
on:
worflow_dispatch:
jobs:
test_64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
test_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test32
test_highlevel:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- run: make test-highlevel-nodocker