Skip to content

Commit

Permalink
Migrate buildkite pipeline to github action #5780
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Sep 13, 2024
1 parent cf71e14 commit a58e5bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Release scala-libs"

on: push

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
type: [fixtures, http, json]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run sbt tests
run: ./builds/run_sbt_tests.sh ${{ matrix.type }}

0 comments on commit a58e5bc

Please sign in to comment.