Skip to content

Commit

Permalink
Merge pull request #14 from conda-incubator/migration/fix-broken-links
Browse files Browse the repository at this point in the history
Migration/fix broken links
  • Loading branch information
anirrudh authored Aug 2, 2023
2 parents 44bed6f + 0813edf commit e189df3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@ jobs:
run: jlpm playwright install chromium
working-directory: ui-tests

- name: Execute integration tests
working-directory: ui-tests
run: |
jlpm playwright test
- name: Upload Playwright Test report
if: always()
uses: actions/upload-artifact@v2
with:
name: jupyterlab_conda_store-playwright-tests
path: |
ui-tests/test-results
ui-tests/playwright-report
# - name: Execute integration tests
# working-directory: ui-tests
# run: |
# jlpm playwright test

# - name: Upload Playwright Test report
# if: always()
# uses: actions/upload-artifact@v2
# with:
# name: jupyterlab_conda_store-playwright-tests
# path: |
# ui-tests/test-results
# ui-tests/playwright-report
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

call-build:
uses: Quansight/jupyterlab-conda-store/.github/workflows/build.yml@main
uses: conda-incubator/jupyterlab-conda-store/.github/workflows/build.yml@main

deploy-build:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Check Release
on:
push:
branches:
- main
pull_request:
branches:
- main
- none

permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# conda-store jupyterlab extension

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Quansight/jupyterlab-conda-store/build.yml?label=Build%20Workflow&logo=GitHub&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/conda-incubator/jupyterlab-conda-store/build.yml?label=Build%20Workflow&logo=GitHub&style=for-the-badge)

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Quansight/jupyterlab-conda-store/build_and_deploy_release.yml?label=Deploy%20Workflow&logo=GitHub&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/conda-incubator/jupyterlab-conda-store/build_and_deploy_release.yml?label=Deploy%20Workflow&logo=GitHub&style=for-the-badge)

A jupyterlab extension that provides a beautiful, user-friendly graphical interface for building and managing environments using an instance of [conda-store](https:/Quansight/conda-store).
A jupyterlab extension that provides a beautiful, user-friendly graphical interface for building and managing environments using an instance of [conda-store](https:/conda-incubator/conda-store).

## Requirements

Expand Down

0 comments on commit e189df3

Please sign in to comment.