Rename step
This commit is contained in:
parent
d6acdcb1a4
commit
107d0c9386
2 changed files with 5 additions and 22 deletions
|
@ -8,9 +8,9 @@ jobs:
|
|||
steps:
|
||||
- uses: https://source.mapcomplete.org/actions/checkout@v4
|
||||
|
||||
- name: Tests
|
||||
- name: Print root directory
|
||||
shell: bash
|
||||
run: pwd && ls / && ls ~
|
||||
run: ls /
|
||||
|
||||
|
||||
- name: Download the planet file
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
count:
|
||||
runs-on: [ lain ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Tests
|
||||
shell: bash
|
||||
run: |
|
||||
while true; do
|
||||
date
|
||||
sleep 60
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue