Skip to content

Resumed development. #2378

Resumed development.

Resumed development. #2378

Workflow file for this run

# Web.yaml
#
# This source file is part of the Workspace open source project.
# Diese Quelldatei ist Teil des quelloffenen Arbeitsbereich‐Projekt.
# https://github.com/SDGGiesbrecht/Workspace#workspace
#
# Copyright ©2021–2024 Jeremy David Giesbrecht and the Workspace project contributors.
# Urheberrecht ©2021–2024 Jeremy David Giesbrecht und die Mitwirkenden des Arbeitsbereich‐Projekts.
#
# Soli Deo gloria.
#
# Licensed under the Apache Licence, Version 2.0.
# See http://www.apache.org/licenses/LICENSE-2.0 for licence information.
name: Web
on: [push, pull_request]
jobs:
Web:
name: Web
runs-on: ubuntu-20.04
container: ghcr.io/swiftwasm/carton:0.19.1
steps:
- name: Check out
uses: actions/checkout@v3
- name: Cache Workspace
uses: actions/cache@v3
with:
key: Web‐${{ hashFiles('.github/workflows/**') }}
path: .build/SDG/Workspace
- name: Test
shell: bash
run: |
set -x
export TARGETING_WEB=true
carton test