-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUMP] ci server version, client version
Signed-off-by: Alberto Ricart <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
16 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 |
---|---|---|
|
@@ -29,20 +29,12 @@ jobs: | |
with: | ||
deno-version: ${{ matrix.deno-version }} | ||
|
||
- name: Set NATS Server Version | ||
run: echo "NATS_VERSION=v2.10.24" >> $GITHUB_ENV | ||
|
||
# this here because dns seems to be wedged on gha | ||
# - name: Add hosts to /etc/hosts | ||
# run: | | ||
# sudo echo "145.40.102.131 demo.nats.io" | sudo tee -a /etc/hosts | ||
|
||
- name: Get nats-server | ||
run: | | ||
wget "https://github.com/nats-io/nats-server/releases/download/$NATS_VERSION/nats-server-$NATS_VERSION-linux-amd64.zip" -O tmp.zip | ||
unzip tmp.zip | ||
mv nats-server-$NATS_VERSION-linux-amd64 nats-server | ||
rm nats-server/README.md LICENSE | ||
- name: Install nats-server | ||
uses: aricart/[email protected] | ||
with: | ||
repo: nats-io/nats-server | ||
name: nats-server | ||
cache: true | ||
|
||
- name: Lint Deno Module | ||
run: deno fmt --check --ignore=docs/ | ||
|
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