Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Sep 13, 2024
1 parent fcf9348 commit bb73830
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@
name: Go Build and Test

on:
push:
branches:
- "cicd-test"

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.5'

- name: Create .env file from secret
run: echo "${{ secrets.ENV }}" > .env

- name: Install dependencies
run: go mod tidy

- name: Run tests
run: go test ./...

0 comments on commit bb73830

Please sign in to comment.