Skip to content

Commit 5e747ae

Browse files
committed
fix: Correct build and seeding commands in CI/CD workflow
1 parent e4c350a commit 5e747ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: go mod download
7171

7272
- name: Build application
73-
run: make build && pwd && ls -la
73+
run: make build && chmod +x ./wserver
7474

7575
- name: Log in to Docker Hub
7676
uses: docker/login-action@v2
@@ -83,7 +83,7 @@ jobs:
8383
chmod +x ./scripts/dne_download.sh
8484
./scripts/dne_download.sh ${{ secrets.DNE_USERNAME }} ${{ secrets.DNE_PASSWORD }}
8585
echo "Seeding DNE data..."
86-
MODE=seed ./wservice
86+
MODE=seed ./wserver
8787
rm -rf ./dne/
8888
8989
- name: Get version tag

0 commit comments

Comments
 (0)