Skip to content

Commit

Permalink
Setup slurm for PRs also
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric authored and joelnitta committed Dec 13, 2024
1 parent c28044c commit 1efb6cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
CHIVE: ${{ github.workspace }}/site/chive
PR: ${{ github.workspace }}/site/pr
MD: ${{ github.workspace }}/site/built
services:
mysql:
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: root
ports:
- "8888:3306"
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: "Check Out Main Branch"
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,6 +92,9 @@ jobs:
uses: carpentries/actions/setup-lesson-deps@main
with:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Setup slurm
uses: koesterlab/setup-slurm-action@v1

- name: "Validate and Build Markdown"
id: build-site
Expand Down

0 comments on commit 1efb6cd

Please sign in to comment.