Skip to content

Commit

Permalink
try CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Feb 15, 2024
1 parent 95e0aa0 commit 4f7c24e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:

jobs:
linux:
name: Linux (Ubuntu)

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build & run built-in tests
run: make test
- name: Clone test262 repo
run: git clone https://github.com/tc39/test262.git test262
- name: Patch test262 repo
run: patch -d test262 -p1 tests/test262.patch
- name: Run test262 suite
run: make test2

0 comments on commit 4f7c24e

Please sign in to comment.