Skip to content

Workflow file for this run

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