📝 adjust CI name
This commit is contained in:
parent
c9c6b905ea
commit
fc6f7c60c7
|
@ -1,4 +1,4 @@
|
|||
name: Nightly Build
|
||||
name: Nasal Interpreter Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -8,7 +8,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mac-aarch64-build:
|
||||
mac-aarch64:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Test
|
||||
run: make test
|
||||
|
||||
linux-x86_64-build:
|
||||
linux-x86_64:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue