Skip to content

Commit

Permalink
Debug CI, rename CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Sep 19, 2024
1 parent 0d026b8 commit 5b468fa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "test-python-codebase-on-main"
name: "test-python-code"
on:
push:
branches:
Expand All @@ -10,8 +10,8 @@ on:
- "README.md"
- "LICENSE.md"
- "netlify.toml"
- ".github/workflows/*.yml"
- "!.github/workflows/test-python-codebase-on-main.yml"
- ".github/workflows/*.yaml"
- "!.github/workflows/test-python-code.yaml"
pull_request:
branches:
- main
Expand All @@ -23,13 +23,12 @@ on:
- "README.md"
- "LICENSE.md"
- "netlify.toml"
- ".github/workflows/*.yml"
- "!.github/workflows/test-python-codebase-on-main.yml"
- ".github/workflows/*.yaml"
- "!.github/workflows/test-python-code.yaml"
jobs:
test:
runs-on: ubuntu-latest
steps:
# check-out repo and set-up python
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python 3.10.11
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "test-typescript-codebase-on-main"
name: "test-typescript-code"
on:
push:
branches:
- main
paths:
- "packages/ui/**"
- ".github/workflows/test-typescript-codebase-on-main.yml"
- ".github/workflows/test-typescript-code.yaml"
pull_request:
branches:
- main
- integration-*
paths:
- "packages/ui/**"
- ".github/workflows/test-typescript-codebase-on-main.yml"
- ".github/workflows/test-typescript-code.yaml"

defaults:
run:
Expand All @@ -22,13 +22,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
- name: Check out repository
uses: actions/checkout@v4

- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: bun install
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
](https://github.com/tum-esm/pyra/releases)
[![GitHub License](https://img.shields.io/github/license/tum-esm/pyra?label=License&color=%23e11d48&cacheSeconds=3600)
](https://github.com/tum-esm/pyra/blob/main/LICENSE.md)<br/>
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-python-codebase-on-main.yml?label=Python%20CI%20Tests&cacheSeconds=60)
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-python-code.yaml?label=Python%20CI%20Tests&cacheSeconds=60)
](https://github.com/tum-esm/pyra/actions)
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-typescript-codebase-on-main.yml?label=TypeScript%20CI%20Tests&cacheSeconds=60)
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-typescript-code.yaml?label=TypeScript%20CI%20Tests&cacheSeconds=60)
](https://github.com/tum-esm/pyra/actions)

<br/>
Expand Down

0 comments on commit 5b468fa

Please sign in to comment.