Skip to content

Commit

Permalink
Merge pull request #145 from blockfrost/tests-bump-package-2
Browse files Browse the repository at this point in the history
chore: bump tests package
  • Loading branch information
slowbackspace authored Feb 15, 2024
2 parents 9d9ba71 + 80d52ce commit c99e310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
stages:
- prebuild
- build
- integration tests - mainnet
- integration tests - testnets
- integration tests

Lint, Typescript:
stage: prebuild
Expand All @@ -22,21 +21,21 @@ Nix build:
- nix-build -A blockfrost-backend-ryo

Integration tests - mainnet:
stage: integration tests - mainnet
stage: integration tests
needs:
- Nix build
script:
- nix-build -A blockfrost-backend-ryo-test-mainnet --option sandbox false

Integration tests - preview:
stage: integration tests - testnets
stage: integration tests
needs:
- Nix build
script:
- nix-build -A blockfrost-backend-ryo-test-preview --option sandbox false

Integration tests - preprod:
stage: integration tests - testnets
stage: integration tests
needs:
- Nix build
script:
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgs ? import nixpkgs {}
, blockfrost-tests ?
(builtins.fetchGit {
url = "ssh://[email protected]/blockfrost/blockfrost-tests.git";
rev = "f405b3a27aa6bcc31c7e75a4c549448fc7686fc0";
rev = "f64e6805b6eacd72db4985899192a2fbd07bdbc1";
})
, system ? builtins.currentSystem
}:
Expand Down

0 comments on commit c99e310

Please sign in to comment.