Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Feb 28, 2025
1 parent 178bdfa commit e433bc7
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/rebaseline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,16 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: pip install
run: |
which python3
python3 --version
python3 -m pip install -r requirements-dev.txt
- name: Install emsdk
run: |
EM_CONFIG=$HOME/emsdk/.emscripten
echo $EM_CONFIG
curl -# -L -o ~/emsdk-main.tar.gz https://github.com/emscripten-core/emsdk/archive/main.tar.gz
tar -C ~ -xf ~/emsdk-main.tar.gz
mv ~/emsdk-main ~/emsdk
cd ~/emsdk
./emsdk install tot
./emsdk activate tot
echo "JS_ENGINES = [NODE_JS]" >> $EM_CONFIG
echo "final config:"
cat $EM_CONFIG
echo "EM_CONFIG=$EM_CONFIG" >> $GITHUB_ENV
- name: Rebaseline tests
run: |
./bootstrap
git config user.name emscripten-bot
git config user.email [email protected]
./tools/maint/rebaseline_tests.py
echo "TEST" >> README.md
git add README.md
git checkout -b testing
git commit -m "Testing"
#./bootstrap
#./tools/maint/rebaseline_tests.py
- name: Create PR
id: cpr
run: |
Expand Down

0 comments on commit e433bc7

Please sign in to comment.