We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951fb44 commit eace45fCopy full SHA for eace45f
.github/workflows/integration_tests.yml
@@ -1,16 +1,14 @@
1
-name: Integration Test
2
-on: [push]
3
-jobs:
4
- build:
5
- runs-on: ubuntu-latest
6
- steps:
7
- - uses: actions/checkout@master
8
- - name: Self test
9
- id: selftest
10
-
11
- uses: ryan-rozario/[email protected]
12
13
- # Put an example of mandatory inputs here
14
- with:
15
- PROJECT_PATH: .
16
- REQUIREMENT_PATH: ./requirements.txt
+# TEMP Disable workflow
+#name: Integration Test
+#on: [push]
+#jobs:
+# build:
+# runs-on: ubuntu-latest
+# steps:
+# - name: Checkout repository
+# uses: actions/checkout@v2
+# - name: Update requirements.txt
+# uses: ryan-rozario/[email protected]
+# with:
+# PROJECT_PATH: .
+# REQUIREMENT_PATH: ./requirements.txt
0 commit comments