Skip to content

Commit

Permalink
chore: actions: amber
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 17, 2024
1 parent 6500742 commit 6536d5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Amber
run:
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | bash

- name: Install Redrun
run:
npm i redrun -g
Expand All @@ -26,9 +30,9 @@ jobs:
run:
npm install

- name: Bootstrap
- name: build
run:
redrun bootstrap
redrun build:amber

- name: Lint
run:
Expand Down

0 comments on commit 6536d5b

Please sign in to comment.