Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Ako/ upload to staging branch of CF #13

Ako/ upload to staging branch of CF

Ako/ upload to staging branch of CF #13

Workflow file for this run

name: deriv-com/binary-bot/test
on:
pull_request:
branches:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: "./.github/actions/setup_node"
with:
node-version: "18.x"
- name: Install Dependencies
uses: "./.github/actions/npm_install_from_cache"
- name: Invalidate NPM Cache
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: "./.github/actions/invalidate_npm_cache"
- name: Test
uses: "./.github/actions/test"