Skip to content

SpaceTech

Exploration of Information, Communication and Technology

  • Home
  • Blog
  • Projects
    • Resx Builder
  • About
  • LinkedIn
  • Github

Tag: CI/CD

XUnit Fact skip not skipping in CI

February 19, 2021June 2, 2021 Bjarne

If you’ve added skip to your Fact in XUnit and it’s still trying to run it, make sure you have added a reason or description for the skip. Simply adding Skip is not enough.

Github refusing to allow an OAuth App to create or update workflow

February 18, 2021June 2, 2021 Bjarne

You might end up with this error when trying to edit and push your Github pipeline from visual studio code or the terminal. You don’t need to use a personal access token with workflow enabled or a github_token. What you do is deleting the credential and let it do the connection configuration itself when connecting.

Read More

Github Actions building R install packages syntax error near unexpected token `c’

February 12, 2021June 2, 2021 Bjarne

When trying to run the r-lib/actions/setup-r for R in Github Actions installing the dependencies. The pipeline yaml file I was missing adding shell: Rscript {0} at the end so the Install dependencies will be Source: https://github.com/r-lib/actions/tree/master/examples

Github Actions building R Error in read.dcf(path) cannot open the connection

February 8, 2021June 2, 2021 Bjarne

When trying to run the r-lib/actions/setup-r for R in Github Actions installing the dependencies. When running this I get an error in read.dcf(path) cannot open the connection As the error message states isn’t trying to locate a DESCRIPTION file. Add a file called DESCRIPTION in the path it’s provided (most likely your root folder). Examples

Read More

About

Hey! I'm an engineer from Denmark. This is my engineering diary. I enjoy creating things, whether that be websites, plugins, mobile apps. I'm currently playing around in an engineering department where I work on a wide variety of interesting and meaningful projects on a daily basis.


  • Key Takeaways Chapter 3: Working with the Xtend Programming Language of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Key Takeaways Chapter 2 of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Key Takeaways Chapter 1 of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Xtext The rule ‘Primary’ may be consumed without object instantiation
  • VS Code disable blame text and you change x ago

Copyright ©SpaceTech

Clean Theme by WPVKP