Skip to content

Commit

Permalink
checkout before role changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethhealy committed Nov 14, 2024
1 parent c6cdbef commit e1262d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ jobs:
go-version: '1.22'
- name: Git clone backend
run: |
git clone --depth 1 https://github.com/opentdf/platform.git
git clone https://github.com/opentdf/platform.git
git checkout 88496cdb36d015fddffa2383c742350e3ed373b3
go work init
for x in platform/{protocol/go,lib/{fixtures,ocrypto},sdk,service}; do go work use "$x"; done
- run: docker compose up -d --wait --wait-timeout 240
Expand Down

0 comments on commit e1262d0

Please sign in to comment.