Merge pull request #2 from sentrysoftware/feature/upload-buildinfo #7
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 Javascript Action | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Test upload | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Start Javascript action to upload buildinfo's artifacts | |
uses: sentrysoftware/upload-buildinfo-outputs@main | |
with: | |
compression-level: 0 |