We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92b860 commit cbf023bCopy full SHA for cbf023b
.github/workflows/tests.yml
@@ -24,11 +24,11 @@ jobs:
24
- name: Build
25
run: go build -v ./...
26
27
- - name: Test
28
- env:
29
- # GitHub sets the GITHUB_TOKEN secret automatically.
30
- ENV_FILE: ${{ secrets.ENV_FILE }}
31
- run: echo $ENV_FILE | base64 --decode > .env && source .env && go test -v ./api...
+# - name: Test
+# env:
+# # GitHub sets the GITHUB_TOKEN secret automatically.
+# ENV_FILE: ${{ secrets.ENV_FILE }}
+# run: echo $ENV_FILE | base64 --decode > .env && source .env && go test -v ./api...
32
33
34
0 commit comments