Use correct token position for validation
This commit is contained in:
@@ -55,7 +55,7 @@ describe("expression validation", () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it.failing("needs.<job_id>", async () => {
|
||||
it("needs.<job_id>", async () => {
|
||||
const input = `
|
||||
on: push
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user