Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Try running docker-compose in a nix shell
  • Loading branch information
dmjio authored Nov 27, 2024
1 parent 4738777 commit f4f883b
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 f4f883b

Please sign in to comment.