Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EnokiUN committed Oct 7, 2023
1 parent eb578fa commit b05acd4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
runs-on: ubuntu-latest
env:
RUST_LOG: "trace"
DATABASE_URL: "mysql://root:root@localhost:3306/eludris"
SQLX_OFFLINE: 1

steps:
- uses: actions/checkout@v2
Expand All @@ -54,8 +50,6 @@ jobs:

- uses: Swatinem/rust-cache@v2

- run: docker-compose -f tests/docker-compose.yml up -d

- uses: actions-rs/cargo@v1
with:
command: build
Expand All @@ -70,10 +64,6 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
runs-on: ubuntu-latest
env:
RUST_LOG: "trace"
DATABASE_URL: "mysql://root:root@localhost:3306/eludris"
SQLX_OFFLINE: 1

steps:
- uses: actions/checkout@v2
Expand All @@ -87,8 +77,6 @@ jobs:

- uses: Swatinem/rust-cache@v2

- run: docker-compose -f tests/docker-compose.yml up -d

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit b05acd4

Please sign in to comment.