Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
luismarques committed Jan 24, 2024
1 parent b104281 commit b4c144c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 173 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ jobs:
timeout-minutes: 360

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 12

- name: Install Dependencies
run: npm install

- name: check node
run: |
echo `which node`
- name: Setup environment
run: |
Expand Down
172 changes: 0 additions & 172 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit b4c144c

Please sign in to comment.