Skip to content

Commit cbf023b

Browse files
authored
Update tests.yaml
1 parent a92b860 commit cbf023b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Build
2525
run: go build -v ./...
2626

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...
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...
3232

3333

3434

0 commit comments

Comments
 (0)