Reorder steps

pull/6697/head
Gokhan Gulbiz 2023-02-07 10:20:31 +03:00
parent 6c16e8b371
commit 271a41335a
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 6 additions and 5 deletions

View File

@ -32,17 +32,18 @@ jobs:
run: |
make install-all -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
- name: Checkout Sqlancer
uses: actions/checkout@v3
with:
ref: master
repository: sqlancer/sqlancer
- name: Setup Maven
uses: s4u/setup-maven-action@v1.6.0
with:
java-version: 11
- name: Checkout Sqlancer
uses: actions/checkout@v3
with:
ref: master
repository: sqlancer/sqlancer
- name: Build SQLancer
run: mvn -B package -DskipTests=true