Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 78f797a

Browse files
committed
Use gds license
1 parent fd9a94d commit 78f797a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ jobs:
3434
- name: run tests
3535
run: poetry run tox -m unit
3636
- name: run integration tests
37-
run: poetry run tox -m integration
37+
env:
38+
gds_license: ${{ secrets.GDS_LICENSE }}
39+
run: |
40+
mkdir -p /tmp/license
41+
echo "${gds_license}" > /tmp/license/gds.license
42+
poetry run tox -m integration

0 commit comments

Comments
 (0)