forked from gvolpe/trading
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency upgrades from gvolpe#289. Smoke tests pass.
- Loading branch information
1 parent
cf94e12
commit 6946184
Showing
8 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ on: | |
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
||
|
@@ -35,10 +35,10 @@ jobs: | |
run: docker-compose up -d redis | ||
|
||
- name: "Install Nix ❄️" | ||
uses: cachix/install-nix-action@v16 | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: "Install Cachix ❄️" | ||
uses: cachix/cachix-action@v10 | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: feda | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ on: | |
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: "Install Nix ❄️" | ||
uses: cachix/install-nix-action@v18 | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: "Build web-app 🚀" | ||
run: nix build .#elm-webapp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
jobs: | ||
build: | ||
name: Build and push images | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
||
|
@@ -20,10 +20,10 @@ jobs: | |
extraSbtFiles: 'tmp/remote-cache/**' | ||
|
||
- name: "Install Nix ❄️" | ||
uses: cachix/install-nix-action@v16 | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: "Install Cachix ❄️" | ||
uses: cachix/cachix-action@v10 | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: feda | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,18 @@ on: | |
jobs: | ||
build: | ||
name: Tests | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: "Cache for sbt & coursier ♨️" | ||
uses: coursier/[email protected] | ||
|
||
- name: "Install Nix ❄️" | ||
uses: cachix/install-nix-action@v16 | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: "Install Cachix ❄️" | ||
uses: cachix/cachix-action@v10 | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: feda | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,16 @@ on: | |
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: "Install Nix ❄️" | ||
uses: cachix/install-nix-action@v15 | ||
uses: cachix/install-nix-action@v22 | ||
|
||
- name: "Install Cachix ❄️" | ||
uses: cachix/cachix-action@v10 | ||
uses: cachix/cachix-action@v12 | ||
with: | ||
name: feda | ||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters