Skip to content

Commit

Permalink
wip: hopefully see a error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Nov 12, 2023
1 parent b160dab commit f00e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run interop tests
run: |
erl -detached -config interop/config/sys.config -pa `rebar3 as interop path` -pa _build/interop/lib/grpcbox/interop/ -s application ensure_all_started grpcbox
erl -config interop/config/sys.config -pa `rebar3 as interop path` -pa _build/interop/lib/grpcbox/interop/ -s application ensure_all_started grpcbox
PATH=grpc-go/:$PATH interop/run_server_tests.sh
Expand Down

0 comments on commit f00e57d

Please sign in to comment.