Fix for XML not updating when blank or nil values are sent via JSON using REST API #1013
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
name: Test Pull Request | |
on: | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
lint: | |
uses: ./.github/workflows/rubocop.yml | |
parallel-test: | |
needs: lint | |
uses: ./.github/workflows/parallel_ci.yml | |
secrets: inherit |