Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YouTube to Support #30

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: npm run build

- name: Start Grafana (latest version)
- name: Start Grafana
run: docker-compose up -d

- name: Run e2e tests
Expand All @@ -36,15 +36,6 @@ jobs:
- name: Stop Grafana
run: docker-compose down

- name: Start Grafana (minimum required version)
run: docker-compose -f docker-compose-min.yml up -d

- name: Run e2e tests
run: npm run e2e

- name: Stop Grafana
run: docker-compose -f docker-compose-min.yml down

- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/

## Support

We provide GitHub Discussions and Premium tier support for the development plugins available via [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment.
- Premium support for the development plugins is available via [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).

## License

Expand Down
15 changes: 0 additions & 15 deletions docker-compose-min.yml

This file was deleted.