Merge pull request #8 from DEV-DIBSTER/testing

chore: last test
This commit is contained in:
DIBSTER
2024-09-21 00:03:45 -04:00
committed by GitHub
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -15,8 +15,6 @@ jobs:
files: |
sub-logs/**
reserved/**
- name: Debug The Values
run: echo "${{ steps.changed-files.outputs.any_changed }}"
- name: Install Modules
if: steps.changed-files.outputs.any_changed == 'true'
run: yarn
@@ -6,7 +6,7 @@
},
"target": {
"CNAME": {
"name": "testing123",
"name": "testing246",
"value": "dev-dibster.github.io"
}
},
-1
View File
@@ -57,6 +57,5 @@ test('Check if JSON file matches the value name', () => {
let fileNameMessage = passed === true ? "File name matches target.RECORD_TYPE." : "File name does not match any target.RECORD_TYPE.";
core.setOutput('fileNameMessage', fileNameMessage);
expect(typeof passed).toBe('boolean'); // Check if the result is a boolean
expect(passed).toBe(true);
});