mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40: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:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
name: "Compile"
|
name: "Compile"
|
||||||
runs-on: ubuntu-latest
|
runs-on: builder
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -46,6 +46,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Scala
|
- name: Setup Scala
|
||||||
uses: coursier/setup-action@v1
|
uses: coursier/setup-action@v1
|
||||||
|
with:
|
||||||
|
apps: sbt
|
||||||
|
|
||||||
- name: JS build
|
- name: JS build
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user