Skip to content

Commit

Permalink
ci: update ci.yml
Browse files Browse the repository at this point in the history
ci: update ci.yml
  • Loading branch information
tsirysndr committed Aug 18, 2024
1 parent 09d2f45 commit 2b32559
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARIADB_USER: user
MARIADB_PASSWORD: password
MARIADB_DATABASE: example_text
MARIADB_DATABASE: example_test
- name: test
run: |
fluentci run --wasm elixir test
fluentci run --wasm elixir compile
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MYSQL_DATABASE: example_text
MYSQL_USER: user
MYSQL_PASSWORD: password
MYSQL_DATABASE: example_test
MYSQL_USER: root
MYSQL_HOST: 127.0.0.1

0 comments on commit 2b32559

Please sign in to comment.