Skip to content

fix : get credential issue #187

fix : get credential issue

fix : get credential issue #187

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test