mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Removed test
This commit is contained in:
parent
4ea29a9efa
commit
9a47129135
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
name: Greet Everybody
|
|
||||||
# This workflow is triggered on pushes to the repository.
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
# Job name is Greeting
|
|
||||||
name: Greeting
|
|
||||||
# This job runs on Linux
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
# This step uses the hello-world-action stored in this workflow's repository.
|
|
||||||
- uses: ./hello-world-action
|
|
||||||
with:
|
|
||||||
who-to-greet: 'Octocat'
|
|
||||||
id: hello
|
|
||||||
# This step prints the time.
|
|
||||||
- run: echo "The time was ${{ steps.hello.outputs.time }}"
|
|
Loading…
x
Reference in New Issue
Block a user