This commit is contained in:
Andras Schmelczer 2025-03-16 15:46:02 +00:00
parent 9f09b07de9
commit 99608b55cd
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 17 additions and 17 deletions

View file

@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0
with:
node-version: "22.x"
check-latest: true
- name: Setup
run: |
cargo install sqlx-cli
@ -36,12 +42,6 @@ jobs:
cargo clippy --all-targets --all-features
cargo fmt --all -- --check
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0
with:
node-version: "22.x"
check-latest: true
- name: Test backend
run: |
cd backend