Skip to content

Add github action to check the load test with each merge. #1

Add github action to check the load test with each merge.

Add github action to check the load test with each merge. #1

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [github-actions,main]
pull_request:
branches: [github-actions,main]
name: fsbench Run
permissions: read-all
jobs:
R-CMD-check:
runs-on: ubuntu-latest
# env:
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4.4.0'
- name: Setup fsbench repository
run: make setup
- name: Run load test
run: make