ci: fix github actions stuffs

This commit is contained in:
Joey Orlando 2025-05-01 12:11:20 -04:00
parent 4abc4547d0
commit c755a50c46
No known key found for this signature in database
GPG key ID: 469E88366B17F644
3 changed files with 12 additions and 2 deletions

View file

@ -92,6 +92,14 @@ jobs:
working-directory: grafana-plugin working-directory: grafana-plugin
run: pnpm playwright install run: pnpm playwright install
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21.5"
- name: Install Mage
run: go install github.com/magefile/mage@v1.15.0
- name: Tilt CI - standard E2E tests - name: Tilt CI - standard E2E tests
shell: bash shell: bash
env: env:

View file

@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: grafana/writers-toolkit/publish-technical-documentation@39cdc38767184996e25d611923f8ce697e33bc70 #publish-technical-documentation/v1.2.0 # publish-technical-documentation/v1.2.0
- uses: grafana/writers-toolkit/publish-technical-documentation@39cdc38767184996e25d611923f8ce697e33bc70
with: with:
website_directory: content/docs/oncall/next website_directory: content/docs/oncall/next

View file

@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: grafana/writers-toolkit/publish-technical-documentation-release@8cc658b604c6e05c275af30163a1c7728dfe19b2 #publish-technical-documentation-release/v2.2.4 # publish-technical-documentation-release/v2.2.4
- uses: grafana/writers-toolkit/publish-technical-documentation-release@8cc658b604c6e05c275af30163a1c7728dfe19b2
with: with:
release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$" release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
release_branch_regexp: "^release-(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$" release_branch_regexp: "^release-(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"