Skip to content

Commit

Permalink
Rename mysql test to mysql8_0 test
Browse files Browse the repository at this point in the history
We can not run the test for mysql 5.7 anymore
since we can not create that via api.
  • Loading branch information
ajfriesen committed Dec 12, 2023
1 parent 0ed09e9 commit 01d92c2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test MySQL rs
name: Test MySQL8_0 rs

on:
workflow_dispatch:
Expand Down Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Run TestAccResourceGridscaleMySQL_Basic
run: make testacc TEST=./gridscale TESTARGS='-run=TestAccResourceGridscaleMySQL_Basic'
- name: Run TestAccResourceGridscaleMySQL8_0_Basic
run: make testacc TEST=./gridscale TESTARGS='-run=TestAccResourceGridscaleMySQL8_0_Basic'

0 comments on commit 01d92c2

Please sign in to comment.