Skip to content

Commit

Permalink
testing new db approach on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider committed Dec 16, 2024
1 parent 9d0918c commit 28dfe8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ jobs:
# added or changed files to the repository.
contents: write

if: ${{ github.ref == 'refs/heads/main' }}

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Checkout branch
run: git checkout -B $GITHUB_BRANCH origin/$GITHUB_BRANCH

- name: Install sqlx
run: cargo install sqlx-cli --version 0.6.2
Expand Down

0 comments on commit 28dfe8f

Please sign in to comment.