diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b7eb1b..e134c70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master pull_request_target: types: - opened @@ -27,13 +30,6 @@ jobs: image: erlang:${{ matrix.erlang }} steps: - - name: Setup SSH - run: | - set -ex - mkdir -p -m 700 ~/.ssh - ssh-keygen -N '' -f ~/.ssh/id_rsa - ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts - - uses: actions/checkout@v3 - name: Run tests diff --git a/rebar.config b/rebar.config index 007900c..703f6c3 100644 --- a/rebar.config +++ b/rebar.config @@ -20,8 +20,8 @@ {profiles, [ {test, [ {deps, - [ {meck, {git, "git@github.com:eproxus/meck.git", {tag, "0.8.9"}}} - , {shackle, {git, "git@github.com:lpgauth/shackle.git", {tag, "0.6.4"}}} + [ {meck, {git, "https://github.com/eproxus/meck.git", {tag, "0.8.9"}}} + , {shackle, {git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.4"}}} ]} ]} ] }.