Skip to content

Removed unused argument doc #3

Removed unused argument doc

Removed unused argument doc #3

Workflow file for this run

on: [push]
jobs:
custom_test:
runs-on: ubuntu-latest
name: Test Dataverse Action
env:
PORT: 8080
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: Run Dataverse Action
uses: ./
with:
create-dv: true
- name: Check Dataverse Setup
run: |
echo $(curl http://localhost:8080/api/info/version) && \
echo $(curl http://localhost:8080/api/metadatablocks)