Skip to content

Commit

Permalink
Add missing PR to changelog; attempt to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpitale committed Oct 9, 2024
1 parent 8caca81 commit febf8dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Start integration test dependencies
run: |
docker-compose up -d
docker compose up -d
until pg_isready -h localhost; do sleep 1; done;
until mysqladmin --protocol tcp ping; do sleep 1; done;
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### `v1.30`

* adjust metadata_reporter :transaction report_error [#443](https://github.com/newrelic/elixir_agent/pull/443)

* Identify Phoenix LiveView metrics [#424](https://github.com/newrelic/elixir_agent/pull/424)

### `v1.29`

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A set example apps demonstrating and validating built-in instrumentation.
In CI, these test are always run. When developing locally, you can run the tests easily by first starting the dependent docker services:

```
docker-compose up
docker compose up
mix test
```

Expand Down

0 comments on commit febf8dc

Please sign in to comment.