This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
Stack box downloader #114
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow uses actions that are not certified by GitHub. | |
# They are provided by a third-party and are governed by | |
# separate terms of service, privacy policy, and support | |
# documentation. | |
# This workflow will install Deno and run tests across stable and nightly builds on Windows, Ubuntu and macOS. | |
# For more information see: https://github.com/denolib/setup-deno | |
name: test | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
jobs: | |
test: | |
runs-on: [self-hosted, linux, x64, aws-us] # runs a test on Ubuntu, Windows and macOS | |
steps: | |
- name: Build | |
run: | | |
echo 'skip' |