Skip to content

Commit

Permalink
Install docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
psisoyev committed Aug 6, 2024
1 parent 77a45d9 commit 46d8d8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Install Docker Compose"
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: "Starting up Pulsar 🐳"
run: docker-compose up -d

- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v4.1

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22

- name: "Run with ${{ matrix.java }} 🚀"
run: nix-shell --argstr java "${{ matrix.java }}" --run "SBT_OPTS='--add-opens java.base/java.lang=ALL-UNNAMED' sbt + 'it:test;test;makeSite;doc'"

Expand Down

0 comments on commit 46d8d8b

Please sign in to comment.