Skip to content

Merge pull request #6248 from quarto-dev/fix/annotation-echo-fenced #6359

Merge pull request #6248 from quarto-dev/fix/annotation-echo-fenced

Merge pull request #6248 from quarto-dev/fix/annotation-echo-fenced #6359

Workflow file for this run

# Tests whether Quarto can successfully bundle and run the bundled javascript.
# If this test fails, the release version of Quarto will error when run since
# bundling has failed.
name: Bundle Test
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
# only trigger on branches, not on tags
branches: [main]
jobs:
test-bundle:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
# checkout full tree
fetch-depth: 0
- name: Set Path
shell: bash
run: |
echo "$HOME/bin" >> $GITHUB_PATH
- name: Configure Quarto
shell: bash
run: |
./configure.sh
- name: Test Bundle
shell: bash
run: |
pushd package/src
./quarto-bld prepare-dist
mv ../../src/quarto.ts ../../src/quarto1.ts
pushd ../pkg-working/bin
./quarto check