diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b4d80e..3021703 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,4 +15,4 @@ jobs: run: | apt-get update apt-get install git curl -y - bash <(curl -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh) \ No newline at end of file + source <(curl -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh) \ No newline at end of file