Skip to content

Commit

Permalink
trying to fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcerny committed Jan 21, 2025
1 parent 0efe5b6 commit 603f0df
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,17 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1

- name: Starting up RabbitMQ
run: docker compose up -d

- name: Cache Coursier dependencies
uses: actions/cache@v4
- name: Setup Scala using Coursier
uses: coursier/setup-action@v1
with:
path: ~/.cache/coursier
key: ${{ runner.os }}-${{ github.ref }}-coursier
restore-keys: |
${{ runner.os }}-${{ github.ref }}-coursier
apps: sbt

- name: Cache Ivy dependencies
uses: actions/cache@v4
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-${{ github.ref }}-ivy2
restore-keys: |
${{ runner.os }}-${{ github.ref }}-ivy2
- name: Cache Coursier dependencies
uses: coursier/cache-action@v6

- name: Tests
run: sbt -J-Xms4G -J-Xmx4G buildFs2Rabbit
Expand Down

0 comments on commit 603f0df

Please sign in to comment.