Skip to content

Commit

Permalink
Merge pull request #136 from cibotech/wyao/fix-ci
Browse files Browse the repository at this point in the history
Enable CI
  • Loading branch information
William Yao authored Nov 29, 2023
2 parents 17ce262 + a026ce9 commit 9ed9b8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CI
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Set Stan Version
id: scala_stan_version
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Test
run: |
source .github/scripts/env.sh
sbt -batch test it:test
sbt -batch "+ test" "+ IntegrationTest / test"

0 comments on commit 9ed9b8b

Please sign in to comment.