Skip to content

fix(ci): copy win-x64 binary as win-arm64 so the updater isn't confused #69

fix(ci): copy win-x64 binary as win-arm64 so the updater isn't confused

fix(ci): copy win-x64 binary as win-arm64 so the updater isn't confused #69

Workflow file for this run

name: Run tests
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
env:
FILEN_CLI_TESTING_EMAIL: ${{ secrets.V2_TEST_ACC_EMAIL }}
FILEN_CLI_TESTING_PASSWORD: ${{ secrets.V2_TEST_ACC_PASS }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install bun
uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run test