Skip to main content
Module

x/extendable_promise/.github/workflows/branches.yml

A promise that can be delayed (extended) via repeated calls to waitUntil.
Go to Latest
File
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on: push: branches: - master
jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: denoland/setup-deno@v1 with: deno-version: v1.x - run: deno test ./test