Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
.github
/
workflows
/
test.yml
blob: 446c4b0724e84fe0276af7e0087fc83f4d6d7a3c [
file
] [
log
] [
blame
]
on:
[push]
name:
Test
jobs:
test:
strategy:
fail
-
fast:
false
matrix:
platform:
[ubuntu
-
latest]
runs
-
on:
${{ matrix.platform }}
steps:
-
run:
echo Hello, world
!