We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71c6e1 commit a99fd86Copy full SHA for a99fd86
1 file changed
.github/workflows/tests-on-pr.yml
@@ -0,0 +1,18 @@
1
+name: Tests on PR
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ workflow_dispatch:
9
10
+jobs:
11
+ tests-on-pr:
12
+ uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13
+ with:
14
+ project: diffpy.fourigui
15
+ c_extension: false
16
+ headless: true
17
+ secrets:
18
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments