Skip to content

Bump @types/node from 20.6.0 to 20.6.1 #193

Bump @types/node from 20.6.0 to 20.6.1

Bump @types/node from 20.6.0 to 20.6.1 #193

Workflow file for this run

name: Test Execute Action
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test-execute-action:
runs-on: ubuntu-latest
name: Execute Action Test
steps:
- uses: pnpm/[email protected]
with:
version: latest
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
cache-dependency-path: "pnpm-lock.yaml"
- name: install dependencies
run: pnpm install
- name: package
run: pnpm run build
- name: Execute Automagically
id: automagically
uses: ./
with:
url: 'https://storage.googleapis.com/mocktopus/index.html'
testTargetId: '35c8bfca-48d2-4eb2-8042-4ee50707a295'
token: ${{ secrets.AUTOMAGICALLY_TOKEN }}