Skip to content

Commit

Permalink
Merge branch 'pr/multimeric/52-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Dec 13, 2024
2 parents f9742a9 + 56427ce commit c28044c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RENV_PATHS_ROOT: ~/.local/share/renv/
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: "Checkout Lesson"
Expand All @@ -56,6 +64,9 @@ jobs:
with:
cache-version: ${{ secrets.CACHE_VERSION }}

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

- name: "Deploy Site"
run: |
reset <- "${{ github.event.inputs.reset }}" == "true"
Expand Down

0 comments on commit c28044c

Please sign in to comment.