Skip to content

Instantly share code, notes, and snippets.

@Roms1383
Created November 15, 2019 07:48
Show Gist options
  • Save Roms1383/e1da6427a9642091729b291f73f7ebda to your computer and use it in GitHub Desktop.
Save Roms1383/e1da6427a9642091729b291f73f7ebda to your computer and use it in GitHub Desktop.
Integration tests of a MESG Service on GitHub Actions ✅
#!/bin/sh
mesg-cli service:stop "$(cat MESG_INSTANCE_HASH.txt)"
mesg-cli daemon:stop
rm -f ./MESG_SERVICE_HASH.txt
rm -f ./MESG_INSTANCE_HASH.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment