Skip to content

Commit

Permalink
fix: ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inchori committed Nov 28, 2023
1 parent ddd76f0 commit 4604ea8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@ jobs:
- name: Checkout code into the Go module directory
uses: actions/checkout@v3

- name: Make .env file
run: |
touch ./.env
echo "${{ secrets.DOT_ENV }}" > ./.env
- name: Build
env:
CGO_ENABLED: 0
GOOS: linux
GOARCH: amd64
run: make build

- name: Test
Expand Down

0 comments on commit 4604ea8

Please sign in to comment.