Skip to content

Commit

Permalink
github action: rename ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent d36020d commit d82415f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pgcrypsi CI
name: crypsi-mysql-udf CI

on:
push:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:

- name: Test
run: |
mysql -h localhost -P 3306 --database=mysql -u root --password=12345678 < ./scripts/test.sql
mysql -h localhost -P 3306 --database=test -u root --password=12345678 < ./scripts/test.sql

0 comments on commit d82415f

Please sign in to comment.