deno.land / x / domain_functions@v1.2.0 / .github / workflows / ci.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
on: push: branches: [main] pull_request:
jobs: test: name: Run tests runs-on: ubuntu-latest
steps: - name: 🛑 Cancel Previous Runs uses: styfle/cancel-workflow-action@0.9.1
- name: Install Deno uses: denoland/setup-deno@v1 with: deno-version: vx.x.x
- name: ⬇️ Checkout repo uses: actions/checkout@v3
- name: ⚡ Run tests run: | deno test --allow-env --allow-net --unstable src/*.test.ts
- name: 📥 Generate npm package run: | deno run -A scripts/build-npm.ts 1.0.0
domain_functions

Version Info

Tagged at
a year ago