Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Sep 11, 2024
1 parent d12b1f6 commit 9254455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request_target:
types:
- opened
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}
]} ]}
]
}.

0 comments on commit 9254455

Please sign in to comment.