Skip to content

Commit

Permalink
Merge pull request #43 from haskell-oracle/docker-compose-shell
Browse files Browse the repository at this point in the history
docker-compose nix-shell
  • Loading branch information
dmjio authored Nov 27, 2024
2 parents 4738777 + f4f883b commit e0b0eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: run oracle
run: docker-compose up -d
run: nix-shell -p docker-compose --run "docker-compose up -d"
- name: build
run: nix-build
- name: test
Expand Down

0 comments on commit e0b0eb6

Please sign in to comment.