mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 06:30:17 +00:00
chore: Run compile
job on builder (#630)
* Run compile step on builder * Fix
This commit is contained in:
parent
58039dfab3
commit
20e0c63e6a
4
.github/workflows/snapshot.yml
vendored
4
.github/workflows/snapshot.yml
vendored
@ -28,7 +28,7 @@ env:
|
||||
jobs:
|
||||
compile:
|
||||
name: "Compile"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: builder
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -46,6 +46,8 @@ jobs:
|
||||
|
||||
- name: Setup Scala
|
||||
uses: coursier/setup-action@v1
|
||||
with:
|
||||
apps: sbt
|
||||
|
||||
- name: JS build
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user