Rename step

This commit is contained in:
Pieter Vander Vennet 2025-03-29 01:39:02 +01:00
parent d6acdcb1a4
commit 107d0c9386
2 changed files with 5 additions and 22 deletions

View file

@ -7,16 +7,16 @@ jobs:
runs-on: [ lain ]
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
shell: bash
run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
- name: Move the planet file
shell: bash

View 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