Skip to content

[ci] fix ci

[ci] fix ci #65

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
am-test:
uses: ./.github/workflows/test-template.yml
with:
test-name: am-tests
token: ${{ secrets.YOUR_SECRET_TOKEN }}

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

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.YOUR_SECRET_TOKEN
# riscv-test-rv64ui:
# name: riscv-test-rv64ui
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64ui
# riscv-test-rv64mi:
# name: riscv-test-rv64mi
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64mi
# riscv-test-rv64si:
# name: riscv-test-rv64si
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64si
# riscv-test-rv64um:
# name: riscv-test-rv64um
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64um
# riscv-test-rv64ua:
# name: riscv-test-rv64ua
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64ua