Skip to content

Commit

Permalink
Fix: Correct the path to the test binaries
Browse files Browse the repository at this point in the history
The emailer.test and server.test binaries are now under the emailformgateway
directory. The directory name is now included when executing the
test binaries via ssh.
  • Loading branch information
owenwaller committed Mar 22, 2024
1 parent fc72ea2 commit 0a16e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emailformgateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:

- name: Run emailer.test test
run: |
ssh gophercoders.com 'source ./test_envs.sh; TEST_TEMPLATES_DIR=$PWD TEST_DOMAIN=gophercoders.com ./emailer.test'
ssh gophercoders.com 'source ./test_envs.sh; TEST_TEMPLATES_DIR=$PWD TEST_DOMAIN=gophercoders.com ./emailformgateway/emailer.test'
- name: Run server.test test
run: |
ssh gophercoders.com 'source ./test_envs.sh; TEST_TEMPLATES_DIR=$PWD TEST_DOMAIN=example.com ./server.test'
ssh gophercoders.com 'source ./test_envs.sh; TEST_TEMPLATES_DIR=$PWD TEST_DOMAIN=example.com ./emailformgateway/server.test'
- name: Stop emailformgateway service
run: ssh gophercoders.com 'sudo /usr/bin/systemctl stop emailfromgateway-gophercoders.service'
Expand Down

0 comments on commit 0a16e50

Please sign in to comment.