Skip to content

Bump docker/build-push-action from 6.3.0 to 6.4.0 #63

Bump docker/build-push-action from 6.3.0 to 6.4.0

Bump docker/build-push-action from 6.3.0 to 6.4.0 #63

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 14
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test