Skip to content

Commit

Permalink
Add talk: Transparent web platform decoupling with Multiplying Archit…
Browse files Browse the repository at this point in the history
…ecture (#91)

* Add talk: Transparent web platform decoupling with Multiplying Architecture

* Bump dependencies & remove cypress
  • Loading branch information
caponetto authored Jul 29, 2023
1 parent f07e122 commit 6d9c4e1
Show file tree
Hide file tree
Showing 24 changed files with 3,785 additions and 4,129 deletions.
20 changes: 1 addition & 19 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: "Setup Node"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "yarn"
cache-dependency-path: ${{ inputs.path }}/yarn.lock

Expand All @@ -48,21 +48,3 @@ runs:
echo "STEP: Check format"
cd ${{ inputs.path }}
yarn format:check
- name: "Start Xvfb (Ubuntu only)"
shell: bash
run: |
echo "STEP: Start Xvfb (Ubuntu only)"
cd ${{ inputs.path }}
if [ "${{ inputs.os }}" == "ubuntu-latest" ]; then
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
fi
- name: "Increase inotify watches (Ubuntu only)"
shell: bash
run: |
echo "STEP: Increase inotify watches (Ubuntu only)"
cd ${{ inputs.path }}
if [ "${{ inputs.os }}" == "ubuntu-latest" ]; then
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Code of my personal [website](https://caponetto.dev).

## Requirements

- Node `16+`
- Node `18+`
- Yarn (`npm install -g yarn`)

## Build for development
Expand Down
14 changes: 0 additions & 14 deletions cypress/cypress.config.js

This file was deleted.

90 changes: 0 additions & 90 deletions cypress/integration/AboutPage.test.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/CodePage.test.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/JourneyPage.test.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/TalkPage.test.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/TextPage.test.ts

This file was deleted.

17 changes: 0 additions & 17 deletions cypress/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions cypress/support/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion cypress/support/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions cypress/tsconfig.json

This file was deleted.

Loading

0 comments on commit 6d9c4e1

Please sign in to comment.