Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed Jan 26, 2024
1 parent af7e535 commit b211ef7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/livedeploy_bsc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Deploy live Site bsc subdomain

on:
Expand Down Expand Up @@ -33,12 +30,11 @@ jobs:
ref: 'main-bsc'
path: ${{env.BSC_WORK_PATH}}

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Setup Node.js manually
run: |
wget https://nodejs.org/dist/v16.0.0/node-v16.0.0-linux-x64.tar.xz
tar -xJf node-v16.0.0-linux-x64.tar.xz
export PATH=$PWD/node-v16.0.0-linux-x64/bin:$PATH
- name: Install dependencies
run: |
Expand Down

0 comments on commit b211ef7

Please sign in to comment.