Skip to content

Commit c1f832b

Browse files
authored
@actions/core 1.1.1 upgrade (#20)
@actions/core 1.1.1 upgrade
2 parents a7389db + 29a55e8 commit c1f832b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "GP <[email protected]>",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@actions/core": "^1.1.0",
26+
"@actions/core": "^1.1.1",
2727
"@actions/exec": "^1.0.1",
2828
"node-fetch": "^2.6.0"
2929
},

test/main.test.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ test('🧪 run() should run the CC reporter (happy path).', async t => {
6969

7070
t.equal(
7171
capturedOutput,
72-
`##[debug]ℹ️ Downloading CC Reporter from http://localhost.test/dummy-cc-reporter ...
73-
##[debug]✅ CC Reporter downloaded...
72+
`::debug::ℹ️ Downloading CC Reporter from http://localhost.test/dummy-cc-reporter ...
73+
::debug::✅ CC Reporter downloaded...
7474
[command]./test.sh before-build\nbefore-build
75-
##[debug]✅ CC Reporter before-build checkin completed...
75+
::debug::✅ CC Reporter before-build checkin completed...
7676
[command]echo \'coverage ok\'
7777
\'coverage ok\'
78-
##[debug]✅ Coverage run completed...
78+
::debug::✅ Coverage run completed...
7979
[command]./test.sh after-build --exit-code 0
8080
after-build --exit-code 0
81-
##[debug]✅ CC Reporter after-build checkin completed!
81+
::debug::✅ CC Reporter after-build checkin completed!
8282
`,
8383
'should execute all steps.'
8484
);

0 commit comments

Comments
 (0)