Skip to content

Commit

Permalink
fix: move steps
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Jan 24, 2025
1 parent bab50d2 commit 1881878
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ jobs:
- name: Check out
uses: actions/checkout@v3

- name: Prepare directories
run: mkdir -p ./integration_tests/rocks_dump

- name: Set permissions
run: chmod -R 777 ./integration_tests/rocks_dump

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

Expand Down Expand Up @@ -135,6 +129,12 @@ jobs:
target/
key: ${{ steps.cache-cargo.outputs.cache-primary-key }}

- name: Prepare directories
run: mkdir -p ./integration_tests/rocks_dump

- name: Set permissions
run: chmod -R 777 ./integration_tests/rocks_dump

- name: Run tests
env:
DATABASE_TEST_URL: "postgres://postgres:[email protected]:5432/postgres"
Expand Down

0 comments on commit 1881878

Please sign in to comment.