We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac801a commit b2e16cbCopy full SHA for b2e16cb
2 files changed
.github/workflows/sample-projects.yml
@@ -0,0 +1,14 @@
1
+name: Test Sample Projects
2
+on:
3
+ workflow_dispatch:
4
+ push:
5
+ branches: [main]
6
+ paths: ['*--sample-projects/**']
7
+ pull_request:
8
9
+
10
+jobs:
11
+ test-sample-projects:
12
+ uses: doplaydo/pdk-ci-workflow/.github/workflows/test-sample-projects.yml@main
13
+ secrets:
14
+ GFP_API_KEY: ${{ secrets.GFP_API_KEY }}
Makefile
@@ -21,6 +21,9 @@ test:
21
test-force: install
22
uv run pytest -s --force-regen
23
24
+test-gfp-projects:
25
+ cd ihp-gdsfactory--sample-projects/ihp--public--project && uv run --directory $(CURDIR) gfp test
26
27
git-rm-merged:
28
git branch -D `git branch --merged | grep -v \* | xargs`
29
0 commit comments