Test rio #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check if RIO queue is up or down | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'test-rio' | |
# - cron: '6 9-17 * * 1-5' # every hour on weekdays during working hours | |
jobs: | |
deps: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cache lein project dependencies | |
uses: actions/cache@v4 | |
with: | |
path: "~/.m2/repository" | |
key: "${{ runner.os }}-clojure-${{ hashFiles('**/project.clj') }}" | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Check rio queue status | |
run: lein mapper test-rio rio-mapper-dev.jomco.nl |