Skip to content

Commit

Permalink
fix w3c interop github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Jan 4, 2022
1 parent d72038b commit 699894f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/w3c_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@ jobs:
run: rebar3 as interop compile

- uses: actions/checkout@v2
repository: 'https://github.com/w3c/trace-context'
path: 'trace-context'
with:
repository: 'w3c/trace-context'
path: 'trace-context'
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.6
architecture: x64
- run: pip install aiohttp
- run: |
rebar3 as interop compile
erl -noinput -pa ./_build/interop/extras/interop/ $(rebar3 as interop path) -s w3c_trace_context_interop &
cd trace-context/test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenTelemetry
OpenTelemetry Erlang/Elixir
=====

[![Hex.pm](https://img.shields.io/hexpm/v/opentelemetry_api?label=API&style=for-the-badge)](https://hex.pm/packages/opentelemetry_api)
Expand Down

0 comments on commit 699894f

Please sign in to comment.