Skip to content

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGkeith committed Oct 4, 2024
1 parent 150a920 commit 5dd6057
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ job2:
image:
name: busybox
script:
- env | grep SECRET`);
- env | grep SECRET | sort`);
});

test.concurrent("project-variables-file custom-path (.env)", async () => {
Expand All @@ -103,7 +103,7 @@ test.concurrent("project-variables-file custom-path (.env)", async () => {
expect(writeStreams.stdoutLines).toEqual(expect.arrayContaining(expected));
});

test.only("project-variables-file custom-path (.envs)", async () => {
test.concurrent("project-variables-file custom-path (.envs)", async () => {
const writeStreams = new WriteStreamsMock();
await handler({
cwd: cwd,
Expand Down

0 comments on commit 5dd6057

Please sign in to comment.