Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmylife committed Mar 28, 2024
1 parent 2f62c15 commit 1dd9a3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

playwright-tests:
needs: resolve-versions
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
grafana:
user: root
container_name: 'prometheus-amazon-datasource'
container_name: 'grafana'

depends_on:
prometheus:
Expand All @@ -35,6 +35,6 @@ services:
cap_add:
- SYS_PTRACE
volumes:
- ./dist:/var/lib/grafana/plugins/prometheus-amazon-datasource
- ./dist:/var/lib/grafana/plugins/grafana-prometheusamazon-datasource
- ./provisioning:/etc/grafana/provisioning
- .:/root/prometheus-amazon-datasource
- .:/root/grafana-prometheusamazon-datasource
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ export default defineConfig({
},
dependencies: ['auth'],
}
],
]
});

0 comments on commit 1dd9a3f

Please sign in to comment.