mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
fix(ci): run pull request validation on hosted runners
This commit is contained in:
@@ -20,7 +20,8 @@ describe('pr ci workflow', () => {
|
||||
expect(workflow).toContain('group: ci-${{ github.ref }}');
|
||||
expect(workflow).toContain('cancel-in-progress: true');
|
||||
expect(workflow).toContain('fail-fast: false');
|
||||
expect(workflow).toContain('runs-on: [self-hosted, linux, x64]');
|
||||
expect(workflow.match(/runs-on: ubuntu-latest/g)).toHaveLength(3);
|
||||
expect(workflow).not.toContain('runs-on: [self-hosted, linux, x64]');
|
||||
expect(workflow).toContain("cmd: 'bun run typecheck'");
|
||||
expect(workflow).toContain("cmd: 'bun run lint'");
|
||||
expect(workflow).toContain("cmd: 'bun run format:check'");
|
||||
|
||||
Reference in New Issue
Block a user