Skip to content

COnverted ssh-add, homebrew, aws-cli, asdf to linux #213

COnverted ssh-add, homebrew, aws-cli, asdf to linux

COnverted ssh-add, homebrew, aws-cli, asdf to linux #213

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run test:integration