Skip to content

fix: rename binary from ctxproxy to proxy-cli in release workflow #2

fix: rename binary from ctxproxy to proxy-cli in release workflow

fix: rename binary from ctxproxy to proxy-cli in release workflow #2

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Run Deno Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: '2.4.1'
- name: Run Deno tests
run: deno task test