Skip to content

Commit

Permalink
Merge pull request #5 from Multidialogo/develop
Browse files Browse the repository at this point in the history
Presumed build fix
  • Loading branch information
zio-mitch authored Jan 27, 2025
2 parents 10d0d42 + c0f28c0 commit 835ea85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Step 4: Run tests
- name: Copy .env.test to the correct location
run: cp .env.test /home/runner/work/mailculator/mailculator/.env
run: cp .env.test /home/runner/work/mailculator-server/mailculator-server/.env

- name: Run tests
run: |
Expand All @@ -45,11 +45,11 @@ jobs:
- name: Build the application
run: |
mkdir -p build
go build -o build/mailculator .
go build -o build/mailculator-server .
# Step 6: Archive the build (optional)
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: mailculator
path: build/mailculator
name: mailculator-server
path: build/mailculator-server

0 comments on commit 835ea85

Please sign in to comment.